home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / amos / amoslist-0295.lzh / AMOSLIST / text0032.txt < prev    next >
Encoding:
Text File  |  1995-03-01  |  332 b   |  10 lines

  1. >   The core of the "step" routine would look something like this:
  2. >     ...
  3.  
  4.     I don't think that program will work because there's no recursion
  5. stopper to prevent it from uncovering squares that are already uncovered.  It's
  6. a minor change though.  Just check to see if the new square is still covered
  7. before calling the recursion.
  8.     
  9.  
  10.